home *** CD-ROM | disk | FTP | other *** search
/ MACup: Giveaway 1996 / Image.iso / Shareware & Demos / Web-Publishing / SNAP PrimeBase / PrimeBase™ Server 68K / How to install... next >
Encoding:
Text File  |  1996-07-29  |  2.0 KB  |  61 lines  |  [TEXT/ttxt]

  1. INSTALLING THE SERVER SOFTWARE:
  2.  
  3. No installation is required, just start the server...
  4.  
  5.  
  6. DEFAULT SETUP:
  7.  
  8. • User name & password:
  9.  
  10. The server is maintained by the 'System Administrator', who has all privileges and access rights. The user name of the system administrator for this server is:
  11.  
  12. Administrator
  13.  
  14. Password is blank. To login to the server, use the name 'administrator' (user names are not case-sensitive) and no password.
  15.  
  16. To set the password (for example to xxx), login (on the server console choose 'New Session' from the 'Session' menu), and enter:
  17.  
  18. open database master;
  19. alter password "xxx";
  20.  
  21. Now hit the ENTER key (on the numeric keypad), or type CMD-R, or select 'RUN' from Session menu.
  22.  
  23. If the administrator should have another name, then you need to add a new user to the master database, and grant the user SA privileges. Check the reference manual for details on the commands 'ADD USER', and 'GRANT'.
  24.  
  25. • The server name:
  26.  
  27. The server has the name 'PrimeServer'. If you wish to run more than one server you will need to change the server's name.
  28.  
  29. To change the server's name you set a system parameter in the master database. After login, type the following:
  30.  
  31. open database master;
  32. set variable dataservername = "MyNewName";
  33.  
  34. Hit ENTER, type CMD-R, or select 'RUN' from Session menu.
  35.  
  36. Note that some older client applications have problems if you put spaces in the server name.
  37.  
  38. CHECK THE SERVER STATUS:
  39.  
  40. A useful command to be used in the server console is '#status'. Login to the server in a new session, and type:
  41.  
  42. #status
  43.  
  44. and hit ENTER. Current settings for the most import system parameters are displayed. Use
  45.  
  46. #help
  47.  
  48. to print a list of server console commands. Besides this, you may use all DAL commands, as described in the reference manual.
  49.  
  50. USING SERVER SCRIPTS:
  51.  
  52. You will find some useful DAL scripts in the 'Scripts' folder in the 'Setup' folder in this directory. Double-click on a script to open it in the server.
  53.  
  54. Select a target session in the bottom-left corner of the script edit window, and then choose 'Run' from the 'Session' menu.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.